diff options
author | 2002-09-06 22:06:29 +0000 | |
---|---|---|
committer | 2002-09-06 22:06:29 +0000 | |
commit | 6232536382d5982cd2b9c0989b0ad4b80b6a9cf4 (patch) | |
tree | 0ec14e1b067529a853b3c5aa8e4265b05eeeb506 | |
parent | socklen_t (diff) | |
download | wireguard-openbsd-6232536382d5982cd2b9c0989b0ad4b80b6a9cf4.tar.xz wireguard-openbsd-6232536382d5982cd2b9c0989b0ad4b80b6a9cf4.zip |
remove crud
-rw-r--r-- | share/ipsec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/ipsec/Makefile b/share/ipsec/Makefile index b725427fb23..782c0b45ea1 100644 --- a/share/ipsec/Makefile +++ b/share/ipsec/Makefile @@ -1,7 +1,7 @@ # -# $OpenBSD: Makefile,v 1.3 1998/07/30 08:14:36 provos Exp $ +# $OpenBSD: Makefile,v 1.4 2002/09/06 22:06:29 deraadt Exp $ # -FILES= *.conf *.startup rc.vpn +FILES= rc.vpn NOOBJ= noobj all clean cleandir depend lint tags: |