NetBSD/usr.bin/cut/Makefile

11 lines
178 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2007/07/02 18:41:03 christos Exp $
1995-03-27 00:51:24 +04:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
WARNS?= 4
1993-03-21 12:45:37 +03:00
PROG= cut
LDADD+= -lutil
DPADD+= ${LIBUTIL}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>