mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Backout my previous commit. Oops.
This commit is contained in:
parent
577d442f10
commit
033b33635c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
|
||||
# $Id: Makefile,v 1.175 1998/09/23 08:06:30 jkh Exp $
|
||||
# $Id: Makefile,v 1.176 1998/09/25 07:42:29 dima Exp $
|
||||
|
||||
SUBDIR= sendmail
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ etc:
|
|||
distribute:
|
||||
cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin
|
||||
.if defined(OBJFORMAT)
|
||||
echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/etc/objformat
|
||||
echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/bin/etc/objformat
|
||||
.endif
|
||||
@echo
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue