BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.bin / tn3270 / makefile
index 089e719..2fc95a8 100644 (file)
@@ -1,21 +1,4 @@
-#
-# Copyright (c) 1988 Regents of the University of California.
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, Berkeley.  The name of the
-# University may not be used to endorse or promote products derived
-# from this software without specific prior written permission.
-# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-#
-#      @(#)makefile    4.7 (Berkeley) 6/6/90
-#
+#      @(#)makefile    4.9 (Berkeley) 5/8/91
 
 # Makefile for tn3270 and friends...
 #
 
 # Makefile for tn3270 and friends...
 #
@@ -194,9 +177,9 @@ FRC:
        for i in ${SUBDIR}; \
                do (cd $$i; make ${MFLAGS} "CFLAGS=${CFLAGS}"); done
 
        for i in ${SUBDIR}; \
                do (cd $$i; make ${MFLAGS} "CFLAGS=${CFLAGS}"); done
 
-tn3270$X:      telnet/telprog.o ${SUBLIB} api/apilib.a
+tn3270$X:      telnet/telprog.o ${SUBLIB} api/libapi.a
        ${CC} ${CFLAGS} -o tn3270 telnet/telprog.o \
        ${CC} ${CFLAGS} -o tn3270 telnet/telprog.o \
-               $L ${SUBLIB} api/apilib.a $(LIBCURSES) $(LIBTERM) \
+               $L ${SUBLIB} api/libapi.a $(LIBCURSES) $(LIBTERM) \
                -lcompat
 
 #PC_tn3270$X:
                -lcompat
 
 #PC_tn3270$X:
@@ -204,12 +187,12 @@ tn3270$X: telnet/telprog.o ${SUBLIB} api/apilib.a
 #PC_   telnet
 #PC_   tn3270
 #PC_   nul
 #PC_   telnet
 #PC_   tn3270
 #PC_   nul
-#PC_   ${SUBLIB} api/apilib.a+
+#PC_   ${SUBLIB} api/libapi.a+
 #PC_   \lib\ublib\ubtcp
 #PC_   _PC_<
 
 mset$X:        mset$O ascii/map3270$O
 #PC_   \lib\ublib\ubtcp
 #PC_   _PC_<
 
 mset$X:        mset$O ascii/map3270$O
-       ${CC} ${CFLAGS} -o mset mset$O ascii/map3270$O $L api/apilib.a
+       ${CC} ${CFLAGS} -o mset mset$O ascii/map3270$O $L api/libapi.a
 
 mset$O:        $(MSMAIN)
        $(CC) $(CFLAGS) -c $(MSMAIN)
 
 mset$O:        $(MSMAIN)
        $(CC) $(CFLAGS) -c $(MSMAIN)