diff options
| author | christos <christos@NetBSD.org> | 1997-10-10 19:47:50 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1997-10-10 19:47:50 +0000 |
| commit | e230a48b576e145163bd83ec522b1320b2f2e18b (patch) | |
| tree | 89827b69f5c2ee60aa7fd0fa89d74cc887894007 /sbin/mount_procfs | |
| parent | a6f8cf735d8ec73756a72d027e2885f8dc2a3ebb (diff) | |
CFLAGS->CPPFLAGS
Diffstat (limited to 'sbin/mount_procfs')
| -rw-r--r-- | sbin/mount_procfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_procfs/Makefile b/sbin/mount_procfs/Makefile index 24e1fbafc99..e505e620cf4 100644 --- a/sbin/mount_procfs/Makefile +++ b/sbin/mount_procfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1997/05/08 21:11:26 gwr Exp $ +# $NetBSD: Makefile,v 1.9 1997/10/10 19:51:16 christos Exp $ # @(#)Makefile 8.4 (Berkeley) 3/27/94 PROG= mount_procfs @@ -6,7 +6,7 @@ SRCS= mount_procfs.c getmntopts.c MAN= mount_procfs.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I${MOUNT} +CPPFLAGS+= -I${MOUNT} .PATH: ${MOUNT} .include <bsd.prog.mk> |
