Deleted Added
full compact
Makefile (74848) Makefile (75286)
1# $FreeBSD: head/usr.bin/c89/Makefile 74848 2001-03-27 10:52:19Z ru $
1# $FreeBSD: head/usr.bin/c89/Makefile 75286 2001-04-07 11:21:35Z ru $
2
2
3SCRIPTS=c89.sh
3MAN= c89.1
4
4MAN= c89.1
5
5beforeinstall:
6 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7 ${.CURDIR}/c89.sh ${DESTDIR}${BINDIR}/c89
8
9.include <bsd.prog.mk>
6.include <bsd.prog.mk>