diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-17 20:50:44 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1994-12-17 20:50:44 +0000 |
commit | afdf156bf12045ab181326f9713fbbef38bd89a0 (patch) | |
tree | 66772c0348711900f8a27bae8f8608c00c78bca2 /Mk/bsd.port.subdir.mk | |
parent | 7112ac2c7c26fbeae6e0fe049b230d0466564c17 (diff) |
Notes
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 3811daa9f28e..2fc73273c8d3 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.5 1994/09/16 14:30:22 jkh Exp $ +# $Id: bsd.port.subdir.mk,v 1.6 1994/11/17 16:02:56 jkh Exp $ .MAIN: all @@ -84,3 +84,7 @@ realinstall: beforeinstall _SUBDIRUSE .if !target(tags) tags: _SUBDIRUSE .endif + +.if !target(check-md5) +check-md5: _SUBDIRUSE +.endif |