change -I/sys to -I${.CURDIR}/../../sys
This commit is contained in:
parent
805af8409d
commit
82681653a4
@ -1,8 +1,8 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.7 1997/02/22 14:21:43 peter Exp $
|
||||
|
||||
PROG= lfs_cleanerd
|
||||
CFLAGS+=-I/sys/ufs/lfs -I${.CURDIR} ${DEBUG}
|
||||
CFLAGS+=-I${.CURDIR}/../../sys/ufs/lfs -I${.CURDIR} ${DEBUG}
|
||||
MAN8= lfs_cleanerd.8
|
||||
SRCS= cleanerd.c lfs_cksum.c library.c misc.c print.c
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user