freebsd-src/usr.bin/comm/Makefile

13 lines
155 B
Makefile
Raw Normal View History

1994-05-27 13:33:43 +01:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2001-12-02 13:18:59 +00:00
# $FreeBSD$
1994-05-27 13:33:43 +01:00
.include <bsd.own.mk>
1994-05-27 13:33:43 +01:00
PROG= comm
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
1994-05-27 13:33:43 +01:00
.include <bsd.prog.mk>