1994-05-27 12:33:43 +00:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
2007-01-11 17:03:51 +00:00
|
|
|
# $FreeBSD$
|
1994-05-27 12:33:43 +00:00
|
|
|
|
2017-11-20 22:55:02 +00:00
|
|
|
.include <src.opts.mk>
|
|
|
|
|
1994-05-27 12:33:43 +00:00
|
|
|
PROG= head
|
|
|
|
|
2017-11-20 22:55:02 +00:00
|
|
|
HAS_TESTS=
|
|
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
|
2018-11-12 17:59:15 +00:00
|
|
|
.if ${MK_CASPER} != "no" && !defined(RESCUE)
|
|
|
|
LIBADD+= casper
|
|
|
|
LIBADD+= cap_fileargs
|
|
|
|
CFLAGS+=-DWITH_CASPER
|
|
|
|
.endif
|
|
|
|
|
1994-05-27 12:33:43 +00:00
|
|
|
.include <bsd.prog.mk>
|