acpi: Narrow workaround for broken interrupt settings
[dragonfly.git] / usr.bin / tail / Makefile
blob98cd3df18c5781e081091ddc4fdc276ce165ca3b
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
3 PROG= tail
4 MAN= tail.1 tac.1
5 SRCS= forward.c misc.c read.c reverse.c tail.c
7 LINKS= ${BINDIR}/tail ${BINDIR}/tac
9 .if defined(BOOTSTRAPPING)
10 CFLAGS+= -DBOOTSTRAPPING
11 .endif
13 .include <bsd.prog.mk>