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

This commit is contained in:
dante 1999-04-04 16:50:47 +00:00
parent ff3f665d94
commit a7d911d5b7
1 changed files with 3 additions and 1 deletions

View File

@ -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>