diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-06 18:54:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-01-06 18:54:26 +0000 |
commit | 888b6d1179ebf06e9daf997686bb7dbb66282dea (patch) | |
tree | c73cbcddb017f1aaf651300f9ab97a2e67fff9ac /include/Makefile | |
parent | 4f6f4abee953638d3409775c050227c9537c9e8c (diff) |
Add real C99 stdint.h and inttypes.h based on an initial version I did in
1997 (yes, really).
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index aa09925e75b..e5979712508 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.137 2005/12/28 16:33:56 millert Exp $ +# $OpenBSD: Makefile,v 1.138 2006/01/06 18:54:25 millert Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -31,7 +31,7 @@ FILES+= ieeefp.h .endif MFILES= float.h frame.h -LFILES= fcntl.h syslog.h termios.h stdarg.h varargs.h +LFILES= fcntl.h syslog.h termios.h stdarg.h stdint.h varargs.h DIRS= arpa protocols rpc rpcsvc LDIRS= crypto ddb dev isofs miscfs net netatalk netinet altq \ |