# @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ .include PROG= head HAS_TESTS= SUBDIR.${MK_TESTS}+= tests .if ${MK_CASPER} != "no" && !defined(RESCUE) LIBADD+= casper LIBADD+= cap_fileargs CFLAGS+=-DWITH_CASPER .endif .include