# Makefile for lmail

CFLAGS=  -I../support

lmail: lmail.c

install: lmail
	cp $< /usr/bin
	chown root /usr/bin/$<
	chmod u+s /usr/bin/$<
