NetBSD/sbin/atactl/Makefile

12 lines
158 B
Makefile
Raw Normal View History

1998-11-20 02:54:59 +03:00
# $NetBSD: Makefile,v 1.1 1998/11/19 23:54:59 kenh Exp $
SRCS= atactl.c
PROG= atactl
MAN= atactl.8
LDADD+=-lutil
DPADD+=${LIBUTIL}
.include <bsd.prog.mk>