This commit was generated by cvs2svn to compensate for changes in r27847,
which included commits to RCS files with non-trunk default branches.
This commit is contained in:
commit
75d986c2a6
14
libexec/mail.local/Makefile.dist
Normal file
14
libexec/mail.local/Makefile.dist
Normal file
@ -0,0 +1,14 @@
|
||||
# @(#)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 New Issue
Block a user