encap_getarg() was not properly loading the pointer argument associated
[dragonfly.git] / usr.bin / tsort / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/9/93
2 # $DragonFly: src/usr.bin/tsort/Makefile,v 1.2 2004/12/21 20:00:57 cpressey Exp $
3
4 PROG=   tsort
5 WARNS=  6
6
7 .include <bsd.prog.mk>