NetBSD/usr.bin/unexpand/Makefile

12 lines
199 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2008/12/21 02:33:13 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
WARNS ?= 4
2001-12-12 04:48:43 +03:00
NOMAN= # defined
1993-03-21 12:45:37 +03:00
PROG= unexpand
LDADD+=-lutil
DPADD+=${LIBUTIL}
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>