Browse Source

install correct cf distribution

OPENBSD_2_7
deraadt 24 years ago
parent
commit
badfc5725b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/Makefile

+ 2
- 2
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.107 2000/04/06 18:26:04 millert Exp $
# $OpenBSD: Makefile,v 1.108 2000/04/07 02:33:38 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -199,7 +199,7 @@ distribution-etc-root-var: distrib-dirs
(cd etc.vax; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${PCS} \
${DESTDIR}/)
.endif
(cd ../usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
(cd ../gnu/usr.sbin/sendmail/cf/cf; ${MAKE} distribution)
(cd ../usr.sbin/ypserv/ypinit; ${MAKE} distribution)
(cd ../usr.bin/ssh; ${MAKE} distribution)
(cd ../usr.sbin/httpd; ${MAKE} -f Makefile.bsd-wrapper distribution)


Loading…
Cancel
Save