Add ACPI_DEBUG_CACHE debug option to module build of acpi driver
[dragonfly.git] / usr.bin / column / Makefile
blob5c7786b6299e3c600eb866e706df4f14f95628b4
1 # @(#)Makefile 8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/column/Makefile,v 1.2 2005/01/16 04:28:00 cpressey Exp $
4 PROG= column
5 WARNS?= 6
6 CFLAGS+=-Wall
8 .include <bsd.prog.mk>