Deleted Added
full compact
Makefile (90415) Makefile (263227)
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
1# @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/comm/Makefile 90415 2002-02-08 22:31:43Z markm $
2# $FreeBSD: head/usr.bin/comm/Makefile 263227 2014-03-16 08:04:06Z jmmv $
3
3
4.include <bsd.own.mk>
5
4PROG= comm
5
6PROG= comm
7
8.if ${MK_TESTS} != "no"
9SUBDIR+= tests
10.endif
11
6.include <bsd.prog.mk>
12.include <bsd.prog.mk>