NetBSD/usr.sbin/envstat/Makefile

16 lines
268 B
Makefile
Raw Normal View History

2010-12-13 21:00:38 +03:00
# $NetBSD: Makefile,v 1.9 2010/12/13 18:00:38 pooka Exp $
2010-12-13 21:00:38 +03:00
RUMPPRG= envstat
SRCS+= envstat.c config.c config_yacc.y config_lex.l
LDADD= -lprop
DPADD= ${LIBPROP}
MAN= envstat.8 envsys.conf.5
2009-10-29 17:38:37 +03:00
CPPFLAGS+= -I${.CURDIR} -I.
2007-10-07 16:19:37 +04:00
YHEADER= yes
.include <bsd.prog.mk>