summaryrefslogtreecommitdiff
path: root/distrib/special/ccdconfig/Makefile
blob: 5cfe5c803d76535bb397e5e7732ecc331cea5acf (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 2009/10/28 07:36:49 deraadt Exp $

PROG=	ccdconfig
COPTS+=	-DSMALL
.PATH:  ${.CURDIR}/../../../sbin/ccdconfig

DPADD=  ${LIBUTIL}
LDADD=  -lutil

.include <bsd.prog.mk>