mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Change install: to afterinstall: to be more consistent.
This commit is contained in:
parent
b5260d2051
commit
0f9b873be7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.5 1994/09/14 21:59:27 wollman Exp $
|
||||
# $Id: Makefile,v 1.6 1995/01/03 06:32:10 bde Exp $
|
||||
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
|
||||
FILES= bsd.README
|
||||
|
|
@ -10,7 +10,7 @@ NOOBJ= noobj
|
|||
|
||||
all clean cleandir depend lint tags:
|
||||
|
||||
install:
|
||||
afterinstall:
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
|
||||
${DESTDIR}${BINDIR}/mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue