Merge from vendor branch OPENSSH:
[dragonfly.git] / usr.bin / comm / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/comm/Makefile,v 1.2 2005/01/16 04:28:00 cpressey Exp $
3
4 PROG=   comm
5 WARNS?= 6
6 CFLAGS+=-Wall
7
8 .include <bsd.prog.mk>