3ff37e385b
- use DIRENT - honor CFLAGS - fix missing includes
12 lines
332 B
Text
12 lines
332 B
Text
--- xfer/Makefile.orig Thu Nov 17 19:15:22 1994
|
|
+++ xfer/Makefile Sun Jan 9 10:21:54 2000
|
|
@@ -28,7 +28,8 @@
|
|
nntpxfer.o: nntpxfer.c ../conf.h ../server/fakesyslog.h
|
|
|
|
install: nntpxfer
|
|
- cp nntpxfer ${BINDIR}
|
|
+ cp nntpxfer ${BINDIR}/nntpxfer
|
|
+ chmod 755 ${BINDIR}/nntpxfer
|
|
|
|
clean:
|
|
-rm -f *.o nntpxfer make*.out *.BAK *.CKP *~
|