diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-06-12 10:43:18 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-06-12 10:43:18 +0000 |
| commit | bf0b2559679a9a27b5c41ab33244c2c0911c144d (patch) | |
| tree | 8439788d60b81bedafd240fede7866f5d66172e9 | |
| parent | f4fabec6b06196ec2bd1bf49c18371c47c3ef717 (diff) | |
Notes
| -rw-r--r-- | sbin/ldconfig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ldconfig/Makefile b/sbin/ldconfig/Makefile index 4c833f62bf7c..840fd7fdd1ce 100644 --- a/sbin/ldconfig/Makefile +++ b/sbin/ldconfig/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.11 1997/06/29 21:40:54 bde Exp $ +# $Id: Makefile,v 1.12 1998/06/01 13:58:19 peter Exp $ PROG= ldconfig SRCS= ldconfig.c shlib.c support.c LDDIR?= ${.CURDIR}/../../libexec/rtld-aout -CFLAGS+=-I${LDDIR} +CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT MAN8= ldconfig.8 .PATH: ${LDDIR} |
