diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-19 11:20:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-19 11:20:20 +0000 |
commit | 98770ff25edc630eb8437635f084a7133a088f89 (patch) | |
tree | 61f2e09c2390c1791d2c02611952cccc4ff9c9d8 | |
parent | 93bf84b9943da76a70e9a1d3ff612fb11c739869 (diff) |
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 |