diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
| commit | 49f337d203a35b330e9816734307eae928c9ad22 (patch) | |
| tree | 9c7a58bc72f073465ca4da2b58638cc25beb2f62 /net/rmsg | |
| parent | 6d580f890eb4727a42408434bf4f406ab5e13f22 (diff) | |
General Makefile cleanup
Add MAINATERS
mkdir -p ==> ${MKDIR}
cp ==> ${CP}
install ==> ${INSTALL}/${INSTALL_*}
etc...
Diffstat (limited to 'net/rmsg')
| -rw-r--r-- | net/rmsg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rmsg/Makefile b/net/rmsg/Makefile index c0f03c966993..259201be3aec 100644 --- a/net/rmsg/Makefile +++ b/net/rmsg/Makefile @@ -3,7 +3,7 @@ # Date created: 9 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1996/11/18 11:36:01 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/26 07:51:51 asami Exp $ # DISTNAME= rmsg-1.64 @@ -11,6 +11,8 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.funet.fi/pub/networking/tcpip/ \ ftp://proton.elka.pw.edu.pl/pub/unix/network/ +MAINTAINER= torstenb@FreeBSD.org + WRKSRC= ${WRKDIR}/rmsg MAN1= rmsg.1 MAN8= rmsgd.8 |
