1 1.9 christos # $NetBSD: Makefile,v 1.9 2013/04/27 17:12:36 christos Exp $ 2 1.8 tls 3 1.8 tls USE_FORT?=yes # setgid 4 1.1 thorpej 5 1.1 thorpej PROG= ccdconfig 6 1.5 grant MAN= ccdconfig.8 ccd.conf.5 7 1.1 thorpej 8 1.9 christos DPADD= ${LIBUTIL} 9 1.9 christos LDADD= -lutil 10 1.1 thorpej 11 1.1 thorpej .include <bsd.prog.mk> 12