Files
seta75D ff309bfe1c Init
2021-10-11 18:37:13 -03:00

13 lines
203 B
Makefile

#
# @(#)Makefile 1.1 94/10/31 SMI
#
FILES= build nightly sccs_clean
DESTDIR= /var/adm/build
all: $(FILES)
install: $(FILES)
install -d -m 775 -o root -g staff $(DESTDIR)
install $(FILES) $(DESTDIR)