File:  [CSRG BSD Unix] / 43BSD / contrib / spms / src / lib / phelp / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:55 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

# $Header: /var/lib/cvsd/repos/CSRG/43BSD/contrib/spms/src/lib/phelp/Makefile,v 1.1.1.1 2018/04/24 16:12:55 root Exp $
#
DEST	      = $(DESTDIR)/usr/new/lib

MAKEFILE      = Makefile

PRINT	      = pr

PROGRAM	      = phelp.cmd

SRCS	      = phelp.cmd \
		phelp.help

SUFFIX	      = .cmd:s .help:s

VERSION	      = V4BSD

all:;

clean:;

co:;		@co -r$(VERSION) $(SRCS)

depend:;

index:;

install:	$(SRCS)
		@echo Installing $(SRCS) in $(DEST)
		@cp $(SRCS) $(DEST)

lint:;

print:;		@$(PRINT) $(SRCS)

tags:;

update:		$(DEST)/$(PROGRAM)

$(DEST)/$(PROGRAM): $(SRCS)
		@make -f $(MAKEFILE) DEST=$(DEST) install tags

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.