diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-28 09:35:51 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-28 09:35:51 +0000 |
| commit | cc3840179b00d42104a6b6ca66467ce647762b96 (patch) | |
| tree | 4e86fdfe47540fe78af443b775e2e0ad87ed4df4 | |
| parent | f1a9c71596b77d9151e32d1ed555df1ec8d608bd (diff) | |
Notes
| -rw-r--r-- | share/mk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile index bce3b3be2dff..12ecd44b445e 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 FILES= bsd.doc.mk bsd.lib.mk bsd.man.mk bsd.prog.mk bsd.subdir.mk sys.mk -FILES+= bsd.dep.mk bsd.own.mk +FILES+= bsd.dep.mk bsd.own.mk bsd.port.mk bsd.port.subdir.mk NOOBJ= noobj all clean cleandir depend lint tags: |
