NetBSD/sbin/dkctl/Makefile

11 lines
154 B
Makefile
Raw Normal View History

2005-01-20 18:53:35 +03:00
# $NetBSD: Makefile,v 1.2 2005/01/20 15:53:35 xtraeme Exp $
2005-01-20 18:53:35 +03:00
WARNS= 3
PROG= dkctl
MAN= dkctl.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.include <bsd.prog.mk>