Add the missing . for -I

This commit is contained in:
veego 1997-10-11 15:47:55 +00:00
parent bf9ad9a53c
commit 2e54e13c3c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 1997/10/10 19:48:39 christos Exp $
# $NetBSD: Makefile,v 1.9 1997/10/11 15:47:55 veego Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= fsdb
@ -10,7 +10,7 @@ SRCS+= ffs_subr.c ffs_tables.c
SRCS+= fsutil.c
FSCK= ${.CURDIR}/../fsck
FSCK_FFS=${.CURDIR}/../fsck_ffs -I
FSCK_FFS=${.CURDIR}/../fsck_ffs -I.
CPPFLAGS+= -I${FSCK} -I${FSCK_FFS}
.PATH: ${FSCK} ${FSCK_FFS} ${.CURDIR}/../../sys/ufs/ffs