kern_recvmsg() may not return a valid(non-NULL) pointer to `sa'
[dragonfly.git] / usr.bin / tsort / Makefile
blob41f1173d55ce6d05ce6a2606154a0e31c90428f4
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 $
4 PROG= tsort
5 WARNS= 6
7 .include <bsd.prog.mk>