diff options
author | jkh <jkh@FreeBSD.org> | 1994-11-18 00:02:56 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-11-18 00:02:56 +0800 |
commit | 333403522019ae6660573b6d85c46c38a1788652 (patch) | |
tree | ecbf04df06fff82b4a75e8aaa4046d99d69cb4d1 /Mk | |
parent | dd64c8db8942fd5dd653451ae3bd4daa46e98dbd (diff) | |
download | freebsd-ports-graphics-333403522019ae6660573b6d85c46c38a1788652.tar.gz freebsd-ports-graphics-333403522019ae6660573b6d85c46c38a1788652.tar.zst freebsd-ports-graphics-333403522019ae6660573b6d85c46c38a1788652.zip |
Add reinstall.
Diffstat (limited to '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 ce81a18a5d9..3811daa9f28 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.4 1994/09/14 16:42:37 jkh Exp $ +# $Id: bsd.port.subdir.mk,v 1.5 1994/09/16 14:30:22 jkh Exp $ .MAIN: all @@ -65,6 +65,10 @@ clean: _SUBDIRUSE depend: _SUBDIRUSE .endif +.if !target(reinstall) +reinstall: _SUBDIRUSE +.endif + .if !target(install) .if !target(beforeinstall) beforeinstall: |