diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-01-03 06:32:10 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-01-03 06:32:10 +0000 |
| commit | b57826604c60491ad8dc9c67f4517a8516d50e67 (patch) | |
| tree | 4174f15b137b273cd05dd4374ca6ef3fbf28beeb | |
| parent | 37e52b59cc9a03bbdbde046f87b46ab9fae9fd0d (diff) | |
Notes
| -rw-r--r-- | share/mk/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile index 6b04ba8b6e1f..8e993337bf5e 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -1,9 +1,11 @@ -# $Id$ +# $Id: Makefile,v 1.5 1994/09/14 21:59:27 wollman Exp $ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 -FILES= bsd.README bsd.dep.mk bsd.doc.mk bsd.kmod.mk bsd.lib.mk bsd.man.mk -FILES+= bsd.prog.mk bsd.subdir.mk bsd.own.mk bsd.port.mk -FILES+= bsd.port.subdir.mk sys.mk +FILES= bsd.README +FILES+= bsd.dep.mk bsd.doc.mk bsd.info.mk bsd.kmod.mk +FILES+= bsd.lib.mk bsd.man.mk bsd.own.mk bsd.port.mk +FILES+= bsd.port.subdir.mk bsd.prog.mk bsd.subdir.mk +FILES+= sys.mk NOOBJ= noobj all clean cleandir depend lint tags: |
