summaryrefslogtreecommitdiff
path: root/src/gnu/make.code.defn
blob: 0839b06f6160bdd248651ac76cc1c5c4bb3c4e27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Source files for the src/gnu	 directory.
#
# $Header$

SRCS=

ifeq ($(strip $(BUILD_GETOPT)),yes)
SRCS += getopt.c getopt1.c
endif

ifeq ($(strip $(BUILD_REGEX)),yes)
SRCS += regex.c
endif