NetBSD/usr.sbin/accountant/Makefile

9 lines
133 B
Makefile
Raw Normal View History

1993-05-03 05:02:50 +04:00
# @(#)Makefile 5.4 (Berkeley) 5/11/90
PROG= accountant
DPADD+= ${LIBUTIL}
LDADD+= -lutil
1993-05-03 05:52:34 +04:00
MAN8= accountant.0
1993-05-03 05:02:50 +04:00
.include <bsd.prog.mk>