blob: f6a136923b41450483f4c0b862185f9a1a796b26 (
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
|
--- netat/Makefile.m4.orig Thu Nov 14 14:23:47 1996
+++ netat/Makefile.m4 Thu Nov 14 14:24:05 1996
@@ -1,4 +1,4 @@
-I=includedir()
+I=includedest()
HFILES = aberrors.h abqueue.h appletalk.h afp.h afpcmd.h afpc.h \
compat.h sysvcompat.h macfile.h abnbp.h fcntldomv.h afppass.h
--- etc/Makefile.m4.orig Sun Mar 8 22:46:19 1992
+++ etc/Makefile.m4 Sat Nov 30 09:36:23 1996
@@ -1,11 +1,12 @@
CFLAGS=cflags() nbpflags() specialcflags()
SDESTDIR=capsrvrdestdir()
UDESTDIR=capdestdir()
-ETCDIR=etcdest()
CAPLIB=libcap()
I=includedir()
# for other libraries (like BSD on hpux)
SLIB=libspecial()
+
+ETCDIR=/var/run
ifdef([useatis],[],[# ])ATISPROGS=atis
PROGS=${ATISPROGS}
|