CFLAGS = -O6 -fomit-frame-pointer -m486 \
	-include /usr/include/bsd/bsd.h -I /usr/include/bsd
LDFLAGS = -s
LDLIBS = -lbsd

portmap: portmap.o

install: portmap
	install -m744 portmap /usr/sbin

clean:
	rm -f *.o portmap
