summaryrefslogtreecommitdiffstats
path: root/usr.bin/getconf/Makefile
blob: 23122b37c992618c8a0f74d04f46c0fac3669d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$FreeBSD$

PROG=	getconf

SRCS=	confstr.c getconf.c pathconf.c sysconf.c
CFLAGS+= -I${.CURDIR}
CLEANFILES+= confstr.c pathconf.c sysconf.c

.SUFFIXES: .gperf

.gperf.c:
	gperf -t -L ANSI-C -C -k 1,2,7-10,21,'$$' ${.IMPSRC} >${.TARGET}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud