f22b2212e6
- add HOMEPAGE, another distsite, NEED_VERSION and some more docs - respect CC and CFLAGS - move RESDIR from share to share/netatalk - move examples from lib/netatalk to share/examples/netatalk - remove the need for having the source tree installed, just use the headers in /usr/include/netatalk
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
--- bin/getzones/Makefile.orig Wed Aug 9 08:19:13 2000
|
|
+++ bin/getzones/Makefile Wed Aug 9 08:19:30 2000
|
|
@@ -15,7 +15,7 @@
|
|
${CC} ${CFLAGS} -o getzones ${OBJ} ${LIBDIRS} ${LIBS}
|
|
|
|
install : all
|
|
- ${INSTALL} -c getzones ${BINDIR}
|
|
+ ${INSTALL} -c getzones ${DESTDIR}${BINDIR}
|
|
|
|
clean :
|
|
rm -f a.out core* *.o *.bak *[Ee]rrs tags
|