mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Makefile.dist is a non-bmaked version of Makefile. We don't want it.
This commit is contained in:
parent
75d986c2a6
commit
0e52df1255
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27849
1 changed files with 0 additions and 14 deletions
|
@ -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
|
Loading…
Reference in a new issue