diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2014-08-31 09:36:40 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2014-08-31 09:36:40 +0000 |
commit | 7a7b2be775e7fe08477ec7c07d1acafdf65f4309 (patch) | |
tree | a163fc0b20e86ffed17f519324ecfef85795af93 /include/Makefile | |
parent | 05a80fe488697e276beca25d10b401c6b1a484d8 (diff) |
Add uuid support routines to libc. From FreeBSD via NetBSD via Bitrig via
Markus Mueller.
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 6aed247fff9..d1d35be892b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.193 2014/07/14 01:01:27 deraadt Exp $ +# $OpenBSD: Makefile,v 1.194 2014/08/31 09:36:36 miod Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -19,7 +19,7 @@ FILES= a.out.h ar.h asr.h assert.h bitstring.h blf.h bsd_auth.h \ resolv.h rmd160.h search.h setjmp.h sha1.h sha2.h signal.h sndio.h \ spawn.h stdbool.h stddef.h stdio.h stdlib.h string.h strings.h struct.h \ sysexits.h tar.h tgmath.h time.h ttyent.h tzfile.h unistd.h utime.h \ - utmp.h vis.h wchar.h wctype.h + utmp.h uuid.h vis.h wchar.h wctype.h FILES+= link.h link_elf.h |