Makefile (f61bc47237a6b4572cc1b2db4a732030f25de6cc) | Makefile (b382ba4fb114aa213e4f3599b9f15fd3f14f82fb) |
---|---|
1# @(#)Makefile 8.1 (Berkeley) 6/8/93 2# Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 3# 4# Redistribution and use in source and binary forms, with or without 5# modification, are permitted provided that the following conditions are 6# met: 7# 8# Redistributions of source code and documentation must retain the above --- 27 unchanged lines hidden (view full) --- 36# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37# 38# $FreeBSD$ 39 40VOLUME= usd/22.trofftut 41SRCS= tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 \ 42 tt11 tt12 tt13 tt14 ttack ttcharset ttindex 43MACROS= -ms | 1# @(#)Makefile 8.1 (Berkeley) 6/8/93 2# Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 3# 4# Redistribution and use in source and binary forms, with or without 5# modification, are permitted provided that the following conditions are 6# met: 7# 8# Redistributions of source code and documentation must retain the above --- 27 unchanged lines hidden (view full) --- 36# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 37# 38# $FreeBSD$ 39 40VOLUME= usd/22.trofftut 41SRCS= tt.mac tt00 tt01 tt02 tt03 tt04 tt05 tt06 tt07 tt08 tt09 tt10 \ 42 tt11 tt12 tt13 tt14 ttack ttcharset ttindex 43MACROS= -ms |
44SRCDIR= ${.OBJDIR} | |
45 46.include <bsd.doc.mk> | 44 45.include <bsd.doc.mk> |