diff options
author | jkh <jkh@FreeBSD.org> | 1995-01-03 19:52:01 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-01-03 19:52:01 +0800 |
commit | 778c9b90c4c5f4977832ac21f274a2f914d95c17 (patch) | |
tree | ca65798a85f3e922bcc1582c26c48d7bacc7a44e /Mk/bsd.port.subdir.mk | |
parent | 7c49a2b0462e752f903a76990795c71825729269 (diff) | |
download | freebsd-ports-gnome-778c9b90c4c5f4977832ac21f274a2f914d95c17.tar.gz freebsd-ports-gnome-778c9b90c4c5f4977832ac21f274a2f914d95c17.tar.zst freebsd-ports-gnome-778c9b90c4c5f4977832ac21f274a2f914d95c17.zip |
Add describe target support.
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index 2fc73273c8d3..e1982e6ca084 100644 --- a/Mk/bsd.port.subdir.mk +++ b/Mk/bsd.port.subdir.mk @@ -1,5 +1,5 @@ # from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91 -# $Id: bsd.port.subdir.mk,v 1.6 1994/11/17 16:02:56 jkh Exp $ +# $Id: bsd.port.subdir.mk,v 1.7 1994/12/17 20:50:44 gpalmer Exp $ .MAIN: all @@ -65,6 +65,10 @@ clean: _SUBDIRUSE depend: _SUBDIRUSE .endif +.if !target(describe) +describe: _SUBDIRUSE +.endif + .if !target(reinstall) reinstall: _SUBDIRUSE .endif |