diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-15 09:25:38 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-11-15 09:25:38 +0000 |
commit | 926b77b603d7b1b66dbf8aea6a698610a47907ef (patch) | |
tree | d71964632717d587387ce9ae0dc9de456024145e /include/Makefile | |
parent | be39c34b2c25ddfd8e96f8f858f741d4dda80e4b (diff) |
Move libss to the main tree.
Diffstat (limited to 'include/Makefile')
-rw-r--r-- | include/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Makefile b/include/Makefile index c31370ced0a..2cc2ebfcf7a 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 1996/11/11 04:55:01 downsj Exp $ +# $OpenBSD: Makefile,v 1.30 1996/11/15 09:25:19 downsj Exp $ # $NetBSD: Makefile,v 1.59 1996/05/15 21:36:43 jtc Exp $ # @(#)Makefile 5.45.1.1 (Berkeley) 5/6/91 @@ -35,8 +35,8 @@ LDIRS= dev net netinet netccitt netiso netns netipx nfs sys ufs vm ddb \ RDIRS= ../lib/libcom_err ../lib/libcompat ../lib/libcurses ../lib/libform \ ../lib/libmenu ../lib/libocurses ../lib/libpanel ../lib/librpcsvc \ - ../lib/libskey ../lib/libtermlib ../lib/libedit ../lib/libpcap \ - ../lib/libutil ../lib/libz ../sys/arch/${MACHINE} + ../lib/libskey ../lib/libss ../lib/libtermlib ../lib/libedit \ + ../lib/libpcap ../lib/libutil ../lib/libz ../sys/arch/${MACHINE} NOOBJ= noobj |