kern_recvmsg() may not return a valid(non-NULL) pointer to `sa'
[dragonfly.git] / usr.bin / tail / Makefile
blob2f228b0acbb09caa083f59f7367fcba8e817a633
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/tail/Makefile,v 1.2 2005/03/01 21:37:33 cpressey Exp $
4 PROG= tail
5 WARNS?= 6
6 SRCS= forward.c misc.c read.c reverse.c tail.c
8 .include <bsd.prog.mk>