Don't use ${DESTDIR} in LINKS.
This commit is contained in:
parent
fe6336fe02
commit
63f36b5851
@ -1,5 +1,5 @@
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/7/93
|
||||
# $Id: Makefile,v 1.7 1993/08/09 23:59:20 mycroft Exp $
|
||||
# $Id: Makefile,v 1.8 1993/08/14 16:44:03 mycroft Exp $
|
||||
|
||||
PROG= sendmail
|
||||
|
||||
@ -25,8 +25,8 @@ LDADD+= -lutil
|
||||
MAN1= newaliases.0
|
||||
MAN5= aliases.0
|
||||
MAN8= sendmail.0
|
||||
LINKS= ${DESTDIR}/usr/sbin/sendmail ${DESTDIR}/usr/bin/newaliases \
|
||||
${DESTDIR}/usr/sbin/sendmail ${DESTDIR}/usr/bin/mailq
|
||||
LINKS= /usr/sbin/sendmail /usr/bin/newaliases \
|
||||
/usr/sbin/sendmail /usr/bin/mailq
|
||||
BINDIR= /usr/sbin
|
||||
BINOWN= root
|
||||
BINGRP= kmem
|
||||
|
Loading…
Reference in New Issue
Block a user