NetBSD/usr.bin/pr/Makefile

11 lines
191 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.3 2007/10/14 11:21:32 lukem Exp $
1997-01-09 18:01:32 +03:00
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
1994-01-06 18:57:10 +03:00
PROG= pr
SRCS= pr.c egetopt.c
DPADD+= ${LIBUTIL}
LDADD+= -lutil
1994-01-06 18:57:10 +03:00
.include <bsd.prog.mk>