1#
2# GNU makefile
3#
4
5topdir = ../../..
6
7LIB_NAME = libgetopt
8INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
9
10SRCS_C = \
11	getopt.c \
12	getopt1.c
13
14include $(topdir)/build/lib.mk
15
16# DO NOT DELETE THIS LINE -- make depend depends on it.
17