blob: c1da71e55c1ef20864dafc4137e0c0bc4a000ed5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
--- Makefile.orig Tue Dec 17 11:12:16 1996
+++ Makefile Tue Dec 17 11:13:26 1996
@@ -15,15 +15,12 @@
SYM_OPT= -s
-all:
- @ echo ""; echo "You have not read the installation procedures.";\
- echo "Please read the README file for build instructions.";\
- echo
+all install:
+ $(MAKE) -C targets/freebsd $@
target:
@ scripts/make-target
-
-
+ @ ( ARCH=`scripts/sys-arch`; ln -s $$ARCH targets/freebsd)
dist:
@ echo; echo -n "Full Distribution - Enter archive file name : " ;\
|