diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-01-11 15:12:00 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-01-11 15:12:00 +0000 |
| commit | b9de8f201021e26b6505f61f36a417853a1a1a8e (patch) | |
| tree | 5105d30b9a05d7a7604d5d1818dd6cac0de5f916 /gnu/usr.bin/man/manpath | |
| parent | 758671eb0d010f18c98f7b24ea46c118aaa3944c (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath')
| -rw-r--r-- | gnu/usr.bin/man/manpath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/man/manpath/Makefile b/gnu/usr.bin/man/manpath/Makefile index 2c57188cacbd..b4d04faf0aaf 100644 --- a/gnu/usr.bin/man/manpath/Makefile +++ b/gnu/usr.bin/man/manpath/Makefile @@ -6,7 +6,7 @@ DPADD= ${LIBMAN} LDADD= ${LIBMAN} CFLAGS+= -DMAIN -DSTDC_HEADERS -DPOSIX -DHAS_TROFF -DDO_UNCOMPRESS -CFLAGS+= -DALT_SYSTEMS -I${.CURDIR}/../lib -I${.OBJDIR}/../lib +CFLAGS+= -I${.CURDIR}/../lib -I${.OBJDIR}/../lib CLEANFILES+= manpath.1 manpath.1: ${.CURDIR}/manpath.man |
