initial import

This commit is contained in:
Josh Coalson
2002-05-17 06:33:39 +00:00
parent 9fb3a4c34d
commit fda98fb7e4
23 changed files with 3631 additions and 0 deletions

14
src/share/Makefile.lite Normal file
View File

@@ -0,0 +1,14 @@
#
# GNU makefile
#
LIB_NAME = libgetopt
INCLUDES = -I../../include/share
OBJS = \
getopt.o \
getopt1.o
include ../../build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.