diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-17 12:34:07 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-17 12:34:07 +0000 |
commit | 4c70f3229bf01d2d88da9b5f8b37a176adcf8de7 (patch) | |
tree | a91322f64de386d3d326ef43b63007577a62e899 /usr.sbin | |
parent | f9f8a7dc788ebd35fb8515f8c80506869670cf56 (diff) |
oups, kill (then helpful) shit from the time when it live out of the tree...
noticed by Dries Schellekens <gwyllion@ace.ulyssis.org>
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/Makefile b/usr.sbin/bgpd/Makefile index 6c9c494d5a9..3f758becf04 100644 --- a/usr.sbin/bgpd/Makefile +++ b/usr.sbin/bgpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2003/12/17 11:46:54 henning Exp $ +# $OpenBSD: Makefile,v 1.2 2003/12/17 12:34:06 henning Exp $ PROG= bgpd SRCS= bgpd.c buffer.c session.c log.c parse.y config.c imsg.c \ @@ -14,8 +14,3 @@ NOMAN= CFLAGS+= -Wall .include <bsd.prog.mk> - -publish: - -rm ${.CURDIR}/*~ - -cp ${.CURDIR}/* /var/www/www/bgpd/ - -scp ${.CURDIR}/* henning@cvs.openbsd.org:~/bgpd/ |