1 # Makefile to build lptctl and man page 2 3 SRCS= lptctl.c 4 PROG= lptctl 5 MAN= lptctl.8 6 7 CPPFLAGS+= -I${NETBSDSRCDIR}/sys 8 9 WARNS= 3 10 11 .include <bsd.prog.mk> 12
Indexes created Mon Oct 13 08:09:50 GMT 2025