Remove tm.h and xm.h handling, as it wasn't used. Use nm.h only when needed.
[dragonfly.git] / test / lockf / Makefile
blob4f8ebe2fd314503ae4fe604be7c6942b14fda389
1 # $DragonFly: src/test/lockf/Makefile,v 1.1 2004/05/11 08: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)