Merge from vendor branch DHCP:
[dragonfly.git] / usr.bin / relpath / Makefile
1 # $DragonFly: src/usr.bin/relpath/Makefile,v 1.2 2004/12/28 19:50:11 liamfoy Exp $
2
3 PROG=   relpath
4 SRCS=   relpath.c
5 MAN=
6
7 WARNS?= 6
8 .include <bsd.prog.mk>