From b0c6f4cf7af1741fc5fbdb555d83276b16cdad74 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 26 Apr 2000 07:00:46 +0000 Subject: [PATCH] Unbreak for the case where ``make obj'' was run first. --- usr.bin/getconf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/getconf/Makefile b/usr.bin/getconf/Makefile index 53a7bac0d86..23122b37c99 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