aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dpt/dpt_ctls/Makefile
blob: 82b91615edcb195036b31901efaaf34ff0a01cef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 5/31/93
# $FreeBSD$

PROG=	dpt_ctls
MAN=	dpt_ctls.8

BINMODE= 500

CFLAGS+= -I${.CURDIR}/../../../sys

.include <bsd.prog.mk>