Fix typo in previous.

This commit is contained in:
mycroft 1997-05-09 13:40:34 +00:00
parent ed67bf81a0
commit 3ae4ef8d4c
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.kmod.mk,v 1.19 1997/05/09 13:25:50 mycroft Exp $ # $NetBSD: bsd.kmod.mk,v 1.20 1997/05/09 13:40:34 mycroft Exp $
.if exists(${.CURDIR}/../Makefile.inc) .if exists(${.CURDIR}/../Makefile.inc)
.include "${.CURDIR}/../Makefile.inc" .include "${.CURDIR}/../Makefile.inc"
@ -18,7 +18,7 @@ KERN= $S/kern
CFLAGS+= ${COPTS} -D_KERNEL -D_LKM -I. -I${.CURDIR} -I$S -I$S/arch CFLAGS+= ${COPTS} -D_KERNEL -D_LKM -I. -I${.CURDIR} -I$S -I$S/arch
DPSRCS+= ${SRCS:M*.[ly]:.l=.c:.y=.c} DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c}
CLEANFILES+= ${DPSRCS} CLEANFILES+= ${DPSRCS}
OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g}

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.lib.mk,v 1.103 1997/05/09 13:25:53 mycroft Exp $ # $NetBSD: bsd.lib.mk,v 1.104 1997/05/09 13:40:36 mycroft Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.if exists(${.CURDIR}/../Makefile.inc) .if exists(${.CURDIR}/../Makefile.inc)
@ -168,7 +168,7 @@ __archiveinstall: .USE
${RANLIB} -t ${.TARGET} ${RANLIB} -t ${.TARGET}
chmod ${LIBMODE} ${.TARGET} chmod ${LIBMODE} ${.TARGET}
DPSRCS+= ${SRCS:M*.[ly]:.l=.c:.y=.c} DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c}
CLEANFILES+= ${DPSRCS} CLEANFILES+= ${DPSRCS}
OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g} OBJS+= ${SRCS:N*.h:N*.sh:R:S/$/.o/g}

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.prog.mk,v 1.80 1997/05/09 13:26:01 mycroft Exp $ # $NetBSD: bsd.prog.mk,v 1.81 1997/05/09 13:40:38 mycroft Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94 # @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.if exists(${.CURDIR}/../Makefile.inc) .if exists(${.CURDIR}/../Makefile.inc)
@ -81,7 +81,7 @@ CLEANFILES+=strings
.if defined(PROG) .if defined(PROG)
SRCS?= ${PROG}.c SRCS?= ${PROG}.c
DPSRCS+= ${SRCS:M*.[ly]:.l=.c:.y=.c} DPSRCS+= ${SRCS:M*.l:.l=.c} ${SRCS:M*.y:.y=.c}
CLEANFILES+= ${DPSRCS} CLEANFILES+= ${DPSRCS}
.if !empty(SRCS:N*.h:N*.sh) .if !empty(SRCS:N*.h:N*.sh)