mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
initialize /etc/objformat for new installs, just to be sure.
This commit is contained in:
parent
ab5998ff85
commit
e413bb5ca1
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
|
||||
# $Id: Makefile,v 1.173 1998/09/19 22:42:01 obrien Exp $
|
||||
# $Id: Makefile,v 1.174 1998/09/22 15:10:18 max Exp $
|
||||
|
||||
SUBDIR= sendmail
|
||||
|
||||
|
|
@ -41,6 +41,10 @@ etc:
|
|||
|
||||
distribute:
|
||||
cd ${.CURDIR} ; ${MAKE} distribution DESTDIR=${DISTDIR}/bin
|
||||
.if defined(OBJFORMAT)
|
||||
echo OBJFORMAT=${OBJFORMAT} > ${DISTDIR}/bin/etc/objformat
|
||||
.endif
|
||||
@echo
|
||||
|
||||
distribution:
|
||||
(cd ${.CURDIR}; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue