blob: e157aec1a07a898c72000d7372a26eea7cd53464 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- Makefile.orig Mon May 22 01:47:05 1995
+++ Makefile Sat Nov 18 02:11:18 2000
@@ -1,11 +1,10 @@
# Makefile for: typhoon - top level makefile
MANEXT = l
-PREFIX = /usr/local
DESTMAN = $(PREFIX)/man/man$(MANEXT)
DESTCAT = $(PREFIX)/man/cat$(MANEXT)
-DESTOWN = root
-DESTGRP = local
+DESTOWN = bin
+DESTGRP = bin
SHELL = /bin/sh
MAKE = make
@@ -14,8 +13,6 @@
all install uninstall: include/ansi.h include/environ.h
cd src; $(MAKE) $@
cd util; $(MAKE) $@
- cd examples; $(MAKE) $@
- cd man; $(MAKE) $@
include/ansi.h include/environ.h:
configure
|