]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/getconf/Makefile
This commit was generated by cvs2svn to compensate for changes in r69836,
[FreeBSD/FreeBSD.git] / usr.bin / getconf / Makefile
1 #       $FreeBSD$
2
3 PROG=   getconf
4
5 SRCS=   confstr.c getconf.c pathconf.c sysconf.c
6 CFLAGS+= -I${.CURDIR}
7 CLEANFILES+= confstr.c pathconf.c sysconf.c
8
9 .SUFFIXES: .gperf
10
11 .gperf.c:
12         gperf -t -L ANSI-C -C -k 1,2,7-10,21,'$$' ${.IMPSRC} >${.TARGET}
13
14 .include <bsd.prog.mk>