From e880f836b47812acc346943c9d82942abe71c68a Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Tue, 5 Jul 1983 15:44:25 -0800 Subject: [PATCH] finally fixed unifdef SCCS-vsn: usr.bin/uucp/Makefile 5.4 --- usr/src/usr.bin/uucp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.bin/uucp/Makefile b/usr/src/usr.bin/uucp/Makefile index 04f97be554..49080e7711 100644 --- a/usr/src/usr.bin/uucp/Makefile +++ b/usr/src/usr.bin/uucp/Makefile @@ -1,4 +1,4 @@ -# Makefile 5.3 83/07/04 +# Makefile 5.4 83/07/05 # # This version expects the 4.2BSD directory reading routines to # located in libc.a. If they aren't, augment LIBS. Also, LIBS @@ -32,7 +32,7 @@ SUBDIRS=C. D.`uuname -l`X D.`uuname -l` D. X. TM. PKON= pkon.o IOCTL= # for make depend -UNDEF= -uNDIR -uUNET -uSYSIII -uUNAME -uCCWHOAMI -uGETMYHNAME -uDATAKIT +UNDEF= -UNDIR -UUNET -USYSIII -UUNAME -UCCWHOAMI -UGETMYHNAME -UDATAKIT all: ${ALL} -- 2.20.1