xref: /dragonfly/usr.bin/which/Makefile (revision 71126e33)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.bin/which/Makefile,v 1.5.2.3 2002/08/07 16:32:01 ru Exp $
3# $DragonFly: src/usr.bin/which/Makefile,v 1.4 2004/03/25 16:18:40 drhodus Exp $
4
5PROG = which
6
7.include <bsd.prog.mk>
8