- Add ids for RT2501USB/RT2601USB/RT2500USB
[dragonfly.git] / usr.bin / tail / Makefile
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 $
3
4 PROG=   tail
5 WARNS?= 6
6 SRCS=   forward.c misc.c read.c reverse.c tail.c
7
8 .include <bsd.prog.mk>