8bc7b72389
while I'm at it.
12 lines
162 B
Makefile
12 lines
162 B
Makefile
# $NetBSD: Makefile,v 1.6 2008/07/24 05:21:12 dholland Exp $
|
|
|
|
SRCS= atactl.c
|
|
|
|
PROG= atactl
|
|
MAN= atactl.8
|
|
|
|
LDADD+=-lutil
|
|
DPADD+=${LIBUTIL}
|
|
|
|
.include <bsd.prog.mk>
|