blob: bf1322f2cf3d26096cba75bc6142f92d41bff729 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- Makefile.orig Sun Apr 19 18:39:02 1998
+++ Makefile Sun Apr 19 18:42:04 1998
@@ -1,4 +1,6 @@
# $Id: Makefile,v 1.6 1998/01/19 22:59:51 jens Exp $
+BINDIR= ${PREFIX}/bin
+
PROG= spegla
SRCS= jftp.c parserow.c spegla.c readconfig.c
|