diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-10-10 12:48:48 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-10-10 12:48:48 +0000 |
| commit | 007b8656050c602e55777f0b64c366bb49b49b1a (patch) | |
| tree | 8809760448af47b8900a779260023fcc511d5505 | |
| parent | e313ef33687d1fbb17e64581422237125c6938bd (diff) | |
Notes
| -rw-r--r-- | usr.bin/ar/Makefile | 6 | ||||
| -rw-r--r-- | usr.bin/ranlib/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ar/Makefile b/usr.bin/ar/Makefile index 6192cca9305f..ec9b2629eaa6 100644 --- a/usr.bin/ar/Makefile +++ b/usr.bin/ar/Makefile @@ -1,12 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $Id$ PROG= ar -BINDIR= /usr/libexec/aout -MAN1aout=ar.1aout CFLAGS+=-I${.CURDIR} SRCS= append.c ar.c archive.c contents.c delete.c extract.c misc.c \ move.c print.c replace.c -MAN1= ar.1 +MAN1aout=ar.1aout MAN5= ar.5 +BINDIR= /usr/libexec/aout .include <bsd.prog.mk> diff --git a/usr.bin/ranlib/Makefile b/usr.bin/ranlib/Makefile index 5fb6e376728d..60ba526cff88 100644 --- a/usr.bin/ranlib/Makefile +++ b/usr.bin/ranlib/Makefile @@ -1,12 +1,12 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 +# $Id$ PROG= ranlib -BINDIR= /usr/libexec/aout -MAN1aout=ranlib.1aout SRCS= archive.c build.c misc.c ranlib.c touch.c CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../ar -MAN1= ranlib.1 +MAN1aout=ranlib.1aout MAN5= ranlib.5 +BINDIR= /usr/libexec/aout VPATH= ${.CURDIR}/../ar .include <bsd.prog.mk> |
