Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / minigzip / Makefile
1 # $FreeBSD: src/usr.bin/minigzip/Makefile,v 1.3 1999/08/28 01:04:00 peter Exp $
2 # $DragonFly: src/usr.bin/minigzip/Attic/Makefile,v 1.2 2003/06/17 04:29:29 dillon Exp $
3
4 PROG=   minigzip
5 LDADD+= -lz
6 DPADD+= ${LIBZ}
7 .PATH:  ${.CURDIR}/../../lib/libz
8
9 .include <bsd.prog.mk>