diff options
author | 1998-07-21 14:20:40 +0000 | |
---|---|---|
committer | 1998-07-21 14:20:40 +0000 | |
commit | 0c14ced203855c2622e6a4c4aefc6fd01c841cda (patch) | |
tree | da0606b82c2cdffe5b2b2a7a43a9f91473d31578 /lib/libpthread/stdlib | |
parent | fix up those 13 broken merges (diff) | |
download | wireguard-openbsd-0c14ced203855c2622e6a4c4aefc6fd01c841cda.tar.xz wireguard-openbsd-0c14ced203855c2622e6a4c4aefc6fd01c841cda.zip |
cvs decided to fix COPYRIGHT and README by itself
remove general dross.
Diffstat (limited to 'lib/libpthread/stdlib')
-rw-r--r-- | lib/libpthread/stdlib/GNUmakefile.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libpthread/stdlib/GNUmakefile.inc b/lib/libpthread/stdlib/GNUmakefile.inc deleted file mode 100644 index 2f55ce8b217..00000000000 --- a/lib/libpthread/stdlib/GNUmakefile.inc +++ /dev/null @@ -1,7 +0,0 @@ -# @(#)Makefile.inc 5.6 (Berkeley) 6/4/91 - -# stdlib sources -VPATH:= ${VPATH}:${srcdir}/stdlib - -SRCS:= abort.c exit.c strtod.c getopt.c rand.c random.c strtol.c strtoul.c \ - system.c $(SRCS) |