aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dpt/dpt_ctlinfo/Makefile
blob: 222b62eea5ab22400e7d7a344496c3fa53d421ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
#	$Id: Makefile,v 1.2 1998/08/06 21:19:09 eivind Exp $

PROG=	dpt_ctlinfo
SRCS=	dpt_ctlinfo.c

CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
MAN8=	dpt_ctlinfo.8

.include <bsd.prog.mk>