diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-30 17:46:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-04-30 17:46:07 +0000 |
commit | d3aa0d760e1ed38557b0c9da42407fc9ad97d828 (patch) | |
tree | 2dec49beadb3ffe5f5334cd98424fbbab5ba000e /distrib/sgi/Makefile | |
parent | 7f1a8bec460a41a172fb21ffab33697ce8395c12 (diff) |
Every Makefile on every architecture had deviated in unique ways.
Eliminate many more differences. When it makes sense, build bsd.rd
and miniroot/ramdisk.fs and cd.iso in the same directory. More steps
coming after this..
Diffstat (limited to 'distrib/sgi/Makefile')
-rw-r--r-- | distrib/sgi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/sgi/Makefile b/distrib/sgi/Makefile index 6d736081584..6bac4a909f5 100644 --- a/distrib/sgi/Makefile +++ b/distrib/sgi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2007/10/18 18:16:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2019/04/30 17:46:05 deraadt Exp $ SUBDIR= ramdisk cdfs @@ -6,4 +6,7 @@ SUBDIR= ramdisk cdfs SUBDIR+= iso .endif +unconfig: + cd ramdisk; ${MAKE} unconfig + .include <bsd.subdir.mk> |