mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Remove unneeded targets for manual page. Remove unneeded cleanfiles.
This commit is contained in:
parent
17917d67f8
commit
662764bce8
1 changed files with 0 additions and 7 deletions
|
|
@ -2,13 +2,6 @@
|
|||
|
||||
MAN1= lorder.0
|
||||
|
||||
all lorder: ${MAN1}
|
||||
|
||||
clean depend lint tags:
|
||||
|
||||
cleandir:
|
||||
rm -f ${MAN1}
|
||||
|
||||
install: maninstall
|
||||
install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder
|
||||
|
|
|
|||
Loading…
Reference in a new issue