acpi: Narrow workaround for broken interrupt settings
[dragonfly.git] / test / lockf / Makefile
blobf570ac361e9839c94037f423fcd0e5b144c795c4
1 TARGETS=/tmp/lockf
3 all: ${TARGETS}
5 /tmp/lockf: lockf.c
6 ${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET}
8 clean:
9 rm -f ${TARGETS}