Deleted Added
sdiff udiff text old ( 55020 ) new ( 61560 )
full compact
1# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
2# $FreeBSD: head/share/misc/Makefile 55020 1999-12-23 09:28:49Z phk $
3
4FILES= ascii birthtoken bsd-family-tree eqnchar flowers init.ee \
5 iso3166 iso639 man.template mdoc.template operator scsi_modes
6NOOBJ= noobj
7
8all clean cleandir depend lint tags:
9
10install:
11 ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \
12 ${FILES} ${DESTDIR}${BINDIR}/misc
13
14.include <bsd.prog.mk>