use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile

This commit is contained in:
lukem 1997-10-22 04:56:11 +00:00
parent dd1343dba9
commit 43e8208cc2
3 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.6 1997/04/28 23:52:50 thorpej Exp $
# $NetBSD: Makefile,v 1.7 1997/10/22 04:56:11 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
SUBDIR= fortune strfile datfiles
all-datfiles: all-strfile
.include <bsd.subdir.mk>

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.9 1997/10/10 13:04:36 lukem Exp $
# $NetBSD: Makefile,v 1.10 1997/10/22 04:56:18 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= fortune
MAN= fortune.6
CFLAGS+= -I${.CURDIR}/../strfile
CPPFLAGS+= -I${.CURDIR}/../strfile
LDADD+= -lcompat
DPADD+= ${LIBCOMPAT}

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.3 1995/03/23 08:28:58 cgd Exp $
# $NetBSD: Makefile,v 1.4 1997/10/22 04:56:21 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= unstr
NOMAN= noman
CFLAGS+=-I${.CURDIR}/../strfile
PROG= unstr
NOMAN= noman
CPPFLAGS+= -I${.CURDIR}/../strfile
.include <bsd.prog.mk>