diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-10 16:14:09 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-10 16:14:09 +0000 |
| commit | 3fdee18f302da9e54ae0a36cac7c309d41403dfe (patch) | |
| tree | 36f1d6f2598cda58b9606bc1a6bc55d072e9264e | |
| parent | a9d9f5acb1dd7e3530826e6dd952f28f89efe6db (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 0eaccef4e79e..d3fa6b68901d 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -1,5 +1,6 @@ PROG= manpath SRCS= manpath.c +MAN1= manpath.1 .if exists(${.OBJDIR}/../lib) LIBDESTDIR= ${.OBJDIR}/../lib @@ -9,12 +10,6 @@ LIBDESTDIR= ${.CURDIR}/../lib DPADD= ${LIBDESTDIR}/libman.a LDADD= -L${LIBDESTDIR} -lman -.if exists(${.OBJDIR}) -MAN1=${.OBJDIR}/manpath.1 -.else -MAN1=${.CURDIR}/manpath.1 -.endif - CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.OBJDIR}/../lib CLEANFILES+= ${MAN1} |
