xref: /dragonfly/usr.bin/relpath/Makefile (revision 1d1731fa)
1# $DragonFly: src/usr.bin/relpath/Makefile,v 1.1 2003/09/08 23:38:44 dillon Exp $
2
3PROG=	relpath
4SRCS=	relpath.c
5MAN=
6
7.include <bsd.prog.mk>
8