diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-03-07 09:46:17 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-03-07 09:46:17 +0000 |
| commit | 15d0bb0b98458414b40bb3a7f874631fda41557a (patch) | |
| tree | bebf9f7a0eabda7c3e8c1658ea7cb157d21dd2ce /gnu/usr.bin/man/manpath | |
| parent | c516ab73b5865e194177db4c448f18507b74b5b2 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
| -rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index d3fa6b68901d..e8d3bf61cb58 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -2,13 +2,8 @@ PROG= manpath SRCS= manpath.c MAN1= manpath.1 -.if exists(${.OBJDIR}/../lib) -LIBDESTDIR= ${.OBJDIR}/../lib -.else -LIBDESTDIR= ${.CURDIR}/../lib -.endif -DPADD= ${LIBDESTDIR}/libman.a -LDADD= -L${LIBDESTDIR} -lman +DPADD= ${LIBMAN} +LDADD= ${LIBMAN} CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.OBJDIR}/../lib |
