NetBSD/usr.sbin/lptctl/Makefile
lukem d877c4c3c0 Enable WARNS=4 by default, except for:
cpuctl  dumplfs  hprop  ipf  iprop-log  kadmin  kcm  kdc  kdigest
	kimpersonate  kstash  ktutil  makefs  ndbootd  ntp  pppd  quot
	racoon  racoonctl  rtadvd  sntp  sup  tcpdchk  tcpdmatch  tcpdump
	traceroute  traceroute6  user  veriexecgen  wsmoused  zic
(Mostly third-party applications)
2009-04-22 15:23:01 +00:00

12 lines
204 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/04/22 15:23:05 lukem Exp $
#
# Makefile to build lptctl and man page
SRCS= lptctl.c
PROG= lptctl
MAN= lptctl.8
CPPFLAGS+= -I${NETBSDSRCDIR}/sys
.include <bsd.prog.mk>