Deleted Added
full compact
Makefile (41568) Makefile (87213)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/comm/Makefile 87213 2001-12-02 13:18:59Z markm $
2
3PROG= comm
3
4PROG= comm
4CFLAGS+=-Wall
5WARNS?= 2
5
6.include <bsd.prog.mk>
6
7.include <bsd.prog.mk>