diff options
author | 1996-06-19 11:20:19 +0000 | |
---|---|---|
committer | 1996-06-19 11:20:19 +0000 | |
commit | ee8fba603ba04e2d888867515d1c16df3ae98847 (patch) | |
tree | 4b198fcb71ce762b84d76c4b68de9ca0f206f8b3 | |
parent | let user set TOS, DF bit, and TTL. also use strtol() instead of atoi() so (diff) | |
download | wireguard-openbsd-ee8fba603ba04e2d888867515d1c16df3ae98847.tar.xz wireguard-openbsd-ee8fba603ba04e2d888867515d1c16df3ae98847.zip |
util.h no longer here
-rw-r--r-- | include/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 02321084192..8175929da17 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 1996/06/12 11:21:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.16 1996/06/19 11:20:19 deraadt Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -16,7 +16,7 @@ FILES= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \ regex.h regexp.h resolv.h \ search.h setjmp.h sgtty.h signal.h stab.h stddef.h stdio.h stdlib.h \ string.h strings.h struct.h sysexits.h tar.h time.h ttyent.h tzfile.h \ - unistd.h util.h utime.h utmp.h vis.h + unistd.h utime.h utmp.h vis.h .if (${MACHINE_ARCH} != "alpha") FILES+= dlfcn.h link.h |