aboutsummaryrefslogtreecommitdiff
path: root/gnu/libexec/uucp/contrib/Makefile.xchat
blob: 5e9aaa8ffedbbfcdef4c536f2e40a6f89d261d36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Makefile for xchat 1.1
#
# Bob Denny - Tue Sep  1 15:58:22 1992
#
CC=cc
SHELL=/bin/sh
BIN=/usr/local/lib/uucp
PROGS=xchat

#-----------

all: $(PROGS)

install: $(PROGS)
	@for i in $(PROGS) ; do \
		echo "Install $$i into $(BIN)..." ; \
		cp $$i $(BIN) ; \
		echo "Set ownership and protection..." ; \
		/bin/chmod 0555 $(BIN)/$$i ; \
		/bin/chown bin $(BIN)/$$i ; \
		/bin/chgrp bin $(BIN)/$$i ; \
	done

clean:
	rm -f $(PROGS) core