diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-09 13:44:50 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-10-09 13:44:50 +0000 |
commit | c0439f9122e93596885410a94d107aa91fc0d6db (patch) | |
tree | 9a1146e96e64f4ba092c03ebf0b0ddac944bcfa9 | |
parent | f37ef591b504ba7a62c7bfec58b9e0b97afd8771 (diff) |
install ipsec samples
-rw-r--r-- | share/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/share/Makefile b/share/Makefile index acc50a38c66..b110ff7dae0 100644 --- a/share/Makefile +++ b/share/Makefile @@ -1,7 +1,6 @@ -# from: @(#)Makefile 5.8.1.1 (Berkeley) 5/7/91 -# $Id: Makefile,v 1.4 1996/09/26 06:07:53 etheisen Exp $ +# $OpenBSD: Makefile,v 1.5 1997/10/09 13:44:49 mickey Exp $ -SUBDIR= dict doc ipf lkm man misc mk skel tabset termcap terminfo \ +SUBDIR= dict doc ipf ipsec lkm man misc mk skel tabset termcap terminfo \ tmac zoneinfo .include <bsd.subdir.mk> |