#
# Copyright (c) 1980 Regents of the University of California.
# All rights reserved.
#
# Redistribution and use in source and binary forms are permitted
# provided that this notice is preserved and that due credit is given
# to the University of California at Berkeley. The name of the University
# may not be used to endorse or promote products derived from this
# software without specific prior written permission. This software
# is provided ``as is'' without express or implied warranty.
#
#	@(#)Makefile.11	5.2 (Berkeley) 2/18/88
#
# Unix version 7.
#

none:	;
	@echo "Must use 'make install' to install binaries."
	@echo

install:
	cp Mail /bin/Mail
	chgrp mail /bin/Mail
	chmod 2555 /bin/Mail
	cp Mail.* /usr/lib
	cp mail.1 /usr/man/man1
	mv /bin/mail /bin/mail.old
	cd /bin; ln Mail mail
#	cp fmt /bin/fmt
