summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2009-04-21 09:34:52 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2009-04-21 09:34:52 +0000
commita37cb6c1098236b475075d2d02da3f7a953a20e8 (patch)
tree99c912ff6d83b1f67e9bcc2d896a0c0213882e33 /lib/libc/gen
parentbc2acd991a7c34b0f1817871caaea1d4a6a8bb72 (diff)
remove from gen so that lint doesn't check gen if assembly versions
are available. spotted by theo
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/Makefile.inc b/lib/libc/gen/Makefile.inc
index b92d8d515c7..a9ebf74aeaa 100644
--- a/lib/libc/gen/Makefile.inc
+++ b/lib/libc/gen/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.45 2009/04/19 16:42:06 martynas Exp $
+# $OpenBSD: Makefile.inc,v 1.46 2009/04/21 09:34:51 martynas Exp $
# gen sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/gen ${LIBCSRCDIR}/gen
@@ -12,7 +12,7 @@ SRCS+= alarm.c assert.c auth_subr.c authenticate.c \
getloadavg.c getlogin.c getmntinfo.c getnetgrent.c getpagesize.c \
getpwent.c getttyent.c getusershell.c glob.c initgroups.c \
isatty.c isctype.c isfdtype.c isfinite.c isinf.c isnan.c \
- isnormal.c signbit.c ldexp.c lockf.c login_cap.c modf.c nice.c \
+ isnormal.c signbit.c lockf.c login_cap.c nice.c \
nlist.c nftw.c opendir.c pause.c popen.c psignal.c pw_dup.c \
pwcache.c raise.c readdir.c readpassphrase.c rewinddir.c scandir.c \
seekdir.c setdomainname.c sethostname.c setjmperr.c setmode.c \