Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/crypto/krb5/src/appl/sample/sclient/Makefile.in
34907 views
mydir=appl$(S)sample$(S)sclient
BUILDTOP=$(REL)..$(S)..$(S)..

all: sclient

sclient: sclient.o $(KRB5_BASE_DEPLIBS)
	$(CC_LINK) -o sclient sclient.o $(KRB5_BASE_LIBS)

clean:
	$(RM) sclient.o sclient

install:
	$(INSTALL_PROGRAM) sclient ${DESTDIR}$(CLIENT_BINDIR)/sclient