[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / cpp

File: [local] / src / usr.bin / cpp / Makefile (download)

Revision 1.1, Tue Jan 2 13:49:07 1996 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN

/usr/bin/cpp wrapper script (which now knows where to find the
correct path to GNU cpp through an incredibly twisted hack)

#	$Id: Makefile,v 1.1 1996/01/02 13:49:07 deraadt Exp $

NOMAN=

beforeinstall:
	install ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${.CURDIR}/cpp.sh ${DESTDIR}${BINDIR}/cpp

.include <bsd.prog.mk>