diff options
author | alfred <alfred@FreeBSD.org> | 2002-07-11 21:26:41 +0000 |
---|---|---|
committer | alfred <alfred@FreeBSD.org> | 2002-07-11 21:26:41 +0000 |
commit | b790e6b937c0ea507fee6487ef1384be4f0900d7 (patch) | |
tree | d4519bdb720c09aa67920c4e6fbc37f37ed9bdf7 /usr.sbin/rmt/Makefile | |
parent | 1d2b625a3d41d8f930ed8a0085a7ed7857f71501 (diff) | |
download | FreeBSD-src-b790e6b937c0ea507fee6487ef1384be4f0900d7.zip FreeBSD-src-b790e6b937c0ea507fee6487ef1384be4f0900d7.tar.gz |
WARNS=4, de-__P()
Diffstat (limited to 'usr.sbin/rmt/Makefile')
-rw-r--r-- | usr.sbin/rmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rmt/Makefile b/usr.sbin/rmt/Makefile index 8a678b6..987f764 100644 --- a/usr.sbin/rmt/Makefile +++ b/usr.sbin/rmt/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= rmt +WARNS?= 4 MAN= rmt.8 # called from /usr/src/etc/Makefile |