Fix `/etc/rc.d/dhclient stop' by explicitly returning 0, otherwise
[dragonfly.git] / usr.bin / lockf / Makefile
blob5808850d54087cde262dfae86549107a075744ec
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.3 2005/01/05 00:46:52 cpressey Exp $
4 PROG= lockf
5 CFLAGS+=-Wall
6 WARNS?= 6
8 .include <bsd.prog.mk>