Makefile.dist is a non-bmaked version of Makefile. We don't want it.

This commit is contained in:
Bruce Evans 1997-08-02 18:52:16 +00:00
parent 75d986c2a6
commit 0e52df1255
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27849

View File

@ -1,14 +0,0 @@
# @(#)Makefile.dist 8.1 (Berkeley) 10/17/94
BINDIR= ${DESTDIR}/usr/lib
BINOWN= root
BINMODE=4555
mail.local: mail.local.c
${CC} -O -o mail.local mail.local.c
install: mail.local
install -s -o ${BINOWN} -m ${BINMODE} mail.local ${BINDIR}
clean:
rm -f mail.local core a.out