freebsd-src/usr.bin/getconf/Makefile
Garrett Wollman 8c6bd995f0 Hello, getconf. This is a slight reinvention of the
wheel^H^H^H^H^HPOSIX.2 and X/Open utility, and rather
more complicated than necessary.
2000-04-26 02:36:54 +00:00

14 lines
239 B
Makefile

# $FreeBSD$
PROG= getconf
SRCS= confstr.c getconf.c pathconf.c sysconf.c
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>