mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
12 lines
204 B
Makefile
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>
|