#
# Comment out the next line if you are building for System V
#
DEFINES=-DBSD
CFLAGS=-O

pt:	pt.c
	$(CC) $@.c -o $@ $(CFLAGS) $(DEFINES)
