Remove trailing whitespace.
[dragonfly/vkernel-mp.git] / test / lockf / Makefile
blobdffa40a51ff196c36e3a34128ea1ff62b17ea881
1 # $DragonFly: src/test/lockf/Makefile,v 1.1 2004/05/11 10:03:57 joerg Exp $
3 TARGETS=/tmp/lockf
5 all: $(TARGETS)
7 /tmp/lockf: lockf.c
8 $(CC) $(CFLAGS) lockf.c -o ${.TARGET}
10 clean:
11 rm -f $(TARGETS)