|
|
1.1 ! root 1: # @(#)Makefile 5.1 (Berkeley) 6/29/90 ! 2: ! 3: PROG= px_header ! 4: SRCDIR= ${.CURDIR}/../src ! 5: CFLAGS+=-I${SRCDIR} ! 6: LDFLAGS+=-N ! 7: SRCS= px_header.c ! 8: OBJS+= config.o ! 9: BINDIR= /usr/libexec/pascal ! 10: NOMAN= noman ! 11: CLEANFILES+=config.c ! 12: ! 13: beforeinstall: ! 14: strip px_header ! 15: mv px_header temp ! 16: dd if=temp of=px_header conv=sync ! 17: rm -f temp ! 18: ! 19: WHOAMI= pi ! 20: .include "${SRCDIR}/config.include" ! 21: .include <bsd.prog.mk>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.