Last change
on this file since 54 was 24, checked in by bird, 22 years ago |
Import of RELENG_4_7_0_RELEASE
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
668 bytes
|
Line | |
---|
1 | # @(#)Makefile 5.2 (Berkeley) 12/28/90
|
---|
2 | # $FreeBSD: src/usr.bin/make/Makefile,v 1.13.2.1 2001/05/25 08:33:40 sobomax Exp $
|
---|
3 |
|
---|
4 | PROG= make
|
---|
5 | CFLAGS+= -I${.CURDIR}
|
---|
6 | SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
|
---|
7 | make.c parse.c str.c suff.c targ.c var.c util.c
|
---|
8 | SRCS+= lstAppend.c lstAtEnd.c lstAtFront.c lstClose.c lstConcat.c \
|
---|
9 | lstDatum.c lstDeQueue.c lstDestroy.c lstDupl.c lstEnQueue.c \
|
---|
10 | lstFind.c lstFindFrom.c lstFirst.c lstForEach.c lstForEachFrom.c \
|
---|
11 | lstInit.c lstInsert.c lstIsAtEnd.c lstIsEmpty.c lstLast.c \
|
---|
12 | lstMember.c lstNext.c lstOpen.c lstRemove.c lstReplace.c lstSucc.c
|
---|
13 | .PATH: ${.CURDIR}/lst.lib
|
---|
14 |
|
---|
15 | NOSHARED?= YES
|
---|
16 |
|
---|
17 | .include <bsd.prog.mk>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.