mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add a cleandepend target and tidy up a bit.
PR: docs/3257
This commit is contained in:
parent
fcd57f5cca
commit
d0ac832164
1 changed files with 2 additions and 15 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.6 1997/02/22 13:06:45 peter Exp $
|
||||
|
||||
.if exists(${.CURDIR}/../../../../games)
|
||||
VOLUME= usd/30.rogue
|
||||
|
|
@ -10,18 +10,5 @@ USE_TBL= yes
|
|||
|
||||
.include <bsd.doc.mk>
|
||||
.else
|
||||
depend:
|
||||
|
||||
obj:
|
||||
|
||||
all:
|
||||
|
||||
install:
|
||||
|
||||
distribute:
|
||||
|
||||
clean:
|
||||
|
||||
cleandir:
|
||||
|
||||
all clean cleandepend cleandir depend distribute install obj:
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue