diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-05 01:46:05 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-05 01:46:05 +0000 |
commit | 0678fac1ce1fffa398e73f74e07098ac468cadab (patch) | |
tree | 50682fe2e27d070ec96adfb2c007d23cbd2c9471 /Mk/bsd.port.subdir.mk | |
parent | Added missing subdirs to list. (diff) |
Rename check-md5 target to checksum.
Submitted by: gpalmer
Notes
Notes:
svn path=/head/; revision=706
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index e1982e6ca084..3b570b828d17 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.7 1994/12/17 20:50:44 gpalmer Exp $ +# $Id: bsd.port.subdir.mk,v 1.8 1995/01/03 11:52:01 jkh Exp $ .MAIN: all @@ -89,6 +89,6 @@ realinstall: beforeinstall _SUBDIRUSE tags: _SUBDIRUSE .endif -.if !target(check-md5) -check-md5: _SUBDIRUSE +.if !target(checksum) +checksum: _SUBDIRUSE .endif |