need to add -ll (lex library)
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 28 May 1994 06:21:40 +0000 (22:21 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 28 May 1994 06:21:40 +0000 (22:21 -0800)
SCCS-vsn: usr.bin/pascal/pdx/Makefile 8.2

usr/src/usr.bin/pascal/pdx/Makefile

index 01b2bea..9146316 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    8.1 (Berkeley) %G%
+#      @(#)Makefile    8.2 (Berkeley) %G%
 #
 # make file for pdx
 #
 #
 # make file for pdx
 #
@@ -16,6 +16,7 @@
 #      the standard cerror, the program could fault unexpectedly.
 
 PROG=  pdx
 #      the standard cerror, the program could fault unexpectedly.
 
 PROG=  pdx
+LDADD= -ll
 CFLAGS=        -DOBJ -DADDR32 -I. -I${.CURDIR} -I${.CURDIR}/../src
 .PATH: ${.CURDIR}/breakpoint ${.CURDIR}/object ${.CURDIR}/mappings \
        ${.CURDIR}/main ${.CURDIR}/symtab ${.CURDIR}/process \
 CFLAGS=        -DOBJ -DADDR32 -I. -I${.CURDIR} -I${.CURDIR}/../src
 .PATH: ${.CURDIR}/breakpoint ${.CURDIR}/object ${.CURDIR}/mappings \
        ${.CURDIR}/main ${.CURDIR}/symtab ${.CURDIR}/process \