diff options
| author | mycroft <mycroft@NetBSD.org> | 1993-08-16 01:16:12 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1993-08-16 01:16:12 +0000 |
| commit | ee517430bf4b18e984ac890e72ad2c6292cfa6e4 (patch) | |
| tree | 1889e6dcede872cc1d34afee86359648bdfa60d5 /gnu/libexec | |
| parent | 377989dc53b9a976b2ba6dca5abab9670a79fbb0 (diff) | |
SRCS is for source files, not object files!
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/uucp/libuucp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/libuucp/Makefile b/gnu/libexec/uucp/libuucp/Makefile index 6870a6039a6..9a2228334d2 100644 --- a/gnu/libexec/uucp/libuucp/Makefile +++ b/gnu/libexec/uucp/libuucp/Makefile @@ -1,9 +1,9 @@ # This is the Makefile for the libuucp subdirectory of Taylor UUCP -# $Id: Makefile,v 1.2 1993/08/05 16:14:59 jtc Exp $ +# $Id: Makefile,v 1.3 1993/08/16 01:16:12 mycroft Exp $ LIB= uucp -SRCS= buffer.o crc.o debug.o escape.o getopt.o getop1.o parse.o \ - spool.o status.o xfree.o xmall.o xreall.o getlin.o +SRCS= buffer.c crc.c debug.c escape.c getopt.c getop1.c parse.c \ + spool.c status.c xfree.c xmall.c xreall.c getlin.c CFLAGS+= -I$(.CURDIR)/../common_sources NOMAN= noman |
