From 3db17d599767642c4fd71a5e5a5493152772a174 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 26 Apr 2000 07:00:46 +0000 Subject: Unbreak for the case where ``make obj'' was run first. --- usr.bin/getconf/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin') diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile index 53a7bac..23122b3 100644 --- a/usr.bin/getconf/Makefile +++ b/usr.bin/getconf/Makefile @@ -3,6 +3,7 @@ PROG= getconf SRCS= confstr.c getconf.c pathconf.c sysconf.c +CFLAGS+= -I${.CURDIR} CLEANFILES+= confstr.c pathconf.c sysconf.c .SUFFIXES: .gperf -- cgit v1.1