Files
Arquivotheca.Solaris-2.5/cmd/devmgmt/devattr/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

30 lines
364 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.5 92/12/15 SMI"
#
# Copyright (c) 1990 by Sun Microsystems, Inc.
#
# cmd/devmgmt/devattr/Makefile
#
PROG= devattr
include ../../Makefile.cmd
LDLIBS += -ladm
.KEEP_STATE:
all: $(PROG)
$(PROG): main.c
$(LINK.c) -o $@ main.c $(LDLIBS)
$(POST_PROCESS)
install: all $(ROOTPROG)
clean:
lint: lint_PROG
include ../../Makefile.targ