diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-07 05:50:03 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-07 05:50:03 +0000 |
commit | 7eb97f4600876bb04fbebc116f31e142528c9410 (patch) | |
tree | 75534beeff8e33b89f4671d30b2f4a3ddab60dca /include/Makefile | |
parent | 838c4f4376bfaa5524f107efa397452556bee033 (diff) |
install the xfs includes
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 1b6a66849ba..8553dd77280 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.54 1998/07/23 21:21:24 millert Exp $ +# $OpenBSD: Makefile,v 1.55 1998/09/07 05:50:02 art 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 @@ MFILES+= link.h dlfcn.h DIRS= arpa protocols rpc rpcsvc LDIRS= dev net netinet netccitt netiso netns netipx nfs sys ufs vm ddb \ - scsi netatalk isofs + scsi netatalk isofs xfs RDIRS= ../lib/libcom_err ../lib/libcompat ../lib/libcurses ../lib/libform \ ../lib/libmenu ../lib/libocurses ../lib/libossaudio ../lib/libpanel \ |