date and time created 91/04/16 14:59:00 by bostic
[unix-history] / usr / src / usr.bin / pascal / px_header / Makefile
# @(#)Makefile 5.1 (Berkeley) %G%
PROG= px_header
SRCDIR= ${.CURDIR}/../src
CFLAGS+=-I${SRCDIR}
LDFLAGS+=-N
SRCS= px_header.c
OBJS+= config.o
BINDIR= /usr/libexec/pascal
NOMAN= noman
CLEANFILES+=config.c
beforeinstall:
strip px_header
mv px_header temp
dd if=temp of=px_header conv=sync
rm -f temp
WHOAMI= pi
.include "${SRCDIR}/config.include"
.include <bsd.prog.mk>