xref: /titanic_50/usr/src/cmd/mandoc/Makefile (revision 260e9a87725c090ba5835b1f9f0b62fa2f96036f)
195c635efSGarrett D'Amore#
295c635efSGarrett D'Amore# This file and its contents are supplied under the terms of the
395c635efSGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
495c635efSGarrett D'Amore# You may only use this file in accordance with the terms of version
595c635efSGarrett D'Amore# 1.0 of the CDDL.
695c635efSGarrett D'Amore#
795c635efSGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
895c635efSGarrett D'Amore# source.  A copy of the CDDL is also available via the Internet at
995c635efSGarrett D'Amore# http://www.illumos.org/license/CDDL.
1095c635efSGarrett D'Amore#
1195c635efSGarrett D'Amore
1295c635efSGarrett D'Amore#
1395c635efSGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
14*260e9a87SYuri Pankov# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
1595c635efSGarrett D'Amore#
1695c635efSGarrett D'Amore
1795c635efSGarrett D'Amoreinclude		$(SRC)/cmd/Makefile.cmd
1895c635efSGarrett D'Amoreinclude		$(SRC)/cmd/mandoc/Makefile.common
1995c635efSGarrett D'Amore
2095c635efSGarrett D'Amore.KEEP_STATE:
2195c635efSGarrett D'Amore
22*260e9a87SYuri Pankovall:		$(PROG)
2395c635efSGarrett D'Amore
24*260e9a87SYuri Pankov$(PROG):	$(OBJS)
25*260e9a87SYuri Pankov		$(LINK.c) $(OBJS) -o $@ $(LDLIBS)
2695c635efSGarrett D'Amore		$(POST_PROCESS)
2795c635efSGarrett D'Amore
2895c635efSGarrett D'Amoreclean:
2995c635efSGarrett D'Amore		$(RM) $(OBJS)
3095c635efSGarrett D'Amore
31*260e9a87SYuri Pankovinstall:	all $(ROOTPROG)
3295c635efSGarrett D'Amore
3395c635efSGarrett D'Amoreinclude		$(SRC)/cmd/Makefile.targ
34