Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / lockf / Makefile
1 # $FreeBSD: src/usr.bin/lockf/Makefile,v 1.4 1999/08/28 01:03:05 peter Exp $
2 # $DragonFly: src/usr.bin/lockf/Makefile,v 1.2 2003/06/17 04:29:28 dillon Exp $
3
4 PROG=   lockf
5 CFLAGS+=-Wall
6
7 .include <bsd.prog.mk>