Files
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

13 lines
203 B
Makefile

#
# @(#)Makefile 1.1 92/07/30 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)