aboutsummaryrefslogtreecommitdiff
path: root/misc/heyu2/files/patch-aa
blob: a924c133b1ed5e4d06ddee5f12d916ee6f674988 (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
26
27
28
29
30
31
32
33
34
--- Makefile.orig	Tue Jan  4 23:10:44 2000
+++ Makefile	Tue Jan  4 23:12:54 2000
@@ -3,7 +3,7 @@
 BIN = /usr/local/bin
 MAN = /usr/local/man/man1
 MAN5 = /usr/local/man/man5
-GROUP = sys
+GROUP = wheel
 OWNER = bin
 
 
@@ -13,19 +13,19 @@
 #	   -DVOID	if compiler doesn't understand 'void'
 #	   -DMINIEXCH	if using the DEC mini-exchange
 
-CFLAGS = -O $(DFLAGS) -Wall
+#CFLAGS = -O $(DFLAGS) -Wall
 #LDFLAGS = -z -i
 #LIBS = -lm -lc_s		# uncomment if using shared libraries
 LIBS = -lm -lc
 
 ##  For LINUX, use the following defines in addition to what's above
-DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT
+#DFLAGS = -DSYSV -DPOSIX -DHAS_ITIMER -DLINUX -DHASSELECT
 
 ##  For solaris, use the following defines in addition to what's above
 # DFLAGS = -DSYSV -DPOSIX -DSOLARIS -DLOCKDIR=\"/var/spool/locks\" -DHASSELECT
 
 ## if you're using freebsd, just set the flag for select.
-# DFLAGS= -DHASSELECT
+DFLAGS= -DHASSELECT -DLOCKDIR=\"/var/tmp\"
 
 ## If you aren't sure, try this
 #DFLAGS = -DSYSV -DPOSIX