Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/catman Reference config.c and config.h from usr.bin...



details:   https://anonhg.NetBSD.org/src/rev/c628d37224a1
branches:  trunk
changeset: 471545:c628d37224a1
user:      dante <dante%NetBSD.org@localhost>
date:      Sun Apr 04 16:50:47 1999 +0000

description:
Reference config.c and config.h from usr.bin/man

diffstat:

 usr.sbin/catman/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 101e801c191a -r c628d37224a1 usr.sbin/catman/Makefile
--- a/usr.sbin/catman/Makefile  Sun Apr 04 16:27:28 1999 +0000
+++ b/usr.sbin/catman/Makefile  Sun Apr 04 16:50:47 1999 +0000
@@ -1,8 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 1999/04/04 10:56:38 dante Exp $
+#      $NetBSD: Makefile,v 1.6 1999/04/04 16:50:47 dante Exp $
 
 BINDIR=                /usr/sbin
 PROG=          catman
 SRCS=          config.c catman.c
 MAN=           catman.8
+.PATH:         ${.CURDIR}/../../usr.bin/man
+CPPFLAGS+=-I${.CURDIR}/../../usr.bin/man
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index